home *** CD-ROM | disk | FTP | other *** search
-
- BraCo - Bracket Counter v1.1
-
- by
-
- Janne Kantola
-
- -- This product is PD --
-
-
- This utility counts brackets on file and reports if unbalanced
- brackets are found.
-
- Sometimes the line numbers of errors given by the compilers are
- not very accurate and it can take much time to solve where the
- real error is.
-
- This utility helps to find if some brackets are missing.
-
-
- Example of use:
-
- DH0:>BraCo big_test.c
-
- Produced by JanTa ©1991 : Bracket Counter v1.1
-
- Brackets in the file big_test.c :
-
- { -> 229 pcs ( -> 1037 pcs [ -> 314 pcs /* -> 347 pcs
- } -> 229 pcs ) -> 1039 pcs ] -> 314 pcs */ -> 347 pcs
-
- WARNING: Unmatched brackets!!
-
- DH0:>
-
-
- Author: janne.kantola@nmp.nokia.com (Janne Kantola)
-
- [end of file]
-